home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / dlg / ripmenus_1.lha / readme.txt < prev    next >
Text File  |  1994-07-27  |  3KB  |  87 lines

  1. DLGRIPMenus and RIPMenus
  2. ------------------------
  3.  
  4. Here are some more utilities I have written for BBS RIP graphics.  I wanted
  5. something that would make simple RIP menu files for DLG.  Yet again, I
  6. haven't seen anything out there that does it.  So, I made my own
  7.  
  8. DLGRIPMenus makes RIP menus with the DLG % commands added to the lines.
  9. What this essentially does is if the user doesn't have access to a certain
  10. command, the button will not be shown.  RIPMenus doesn't use these codes
  11. allowing you to open the output file into some RIP editor such as RIPGraf
  12. and customize them a little more.  Don't forget to add the % commands after
  13. you finish editing the RIP menu though.
  14.  
  15. Usage is real simple:
  16.  
  17. (DLG)RIPMenus <menu> <outfile>
  18.  
  19. where <menu> is the name of the menu file (such as MAIN.menun) and the
  20. <outfile> is the resulting RIP menu (such as main.nov.3 if you have
  21. RIP as the third menu set).
  22.  
  23. Notes
  24. -----
  25.  
  26. Menus with over 16 commands look aweful.  Take my word for it.  The box
  27. at the bottom of the screen (a RIP ASCII/ANSI text window) is 23 lines
  28. long.  It takes up a lot of room on the screen.  However, it is great
  29. since ASCII/ANSI output such as the menu's prompt will be put in it.  I
  30. wanted it to be a full 24 (or 25) lines long, but then only 12 buttons
  31. would fit.
  32.  
  33. If you don't have RIPComm, get it.  It has a local playback function that
  34. works great for checking the scripts (use RIPMenus to make testable ones
  35. and then DLGRIPMenus to make them for the BBS).
  36.  
  37. I don't kill the RIP screen after a button press.  Therefore, if you have
  38. a program that doesn't have RIP in it, all the text will go in the bottom
  39. screen.  That is good and bad.  Some things, such as the Utilities menu
  40. functions look okay in it, but games are aweful small and most don't like
  41. 23 lines anyway.  Make sure if you have a text file or something (like using
  42. df) that you put a pause at the end of the file so the screen doesn't clear
  43. before the user can read whatever was displayed.
  44.  
  45. Long menu commands will extend beyond the buttons.  You will see...
  46.  
  47. I fully intend to continue development on this program.  Matter of fact,
  48. just as soon as I send it out, I am going to start a graphical interface
  49. (gadtools) for it.  Future versions of this program will be allow selection
  50. of different fonts, button sizes, text window sizes, etc.  Since I change
  51. menus often, I need something that doesn't force me to continually make
  52. new screens.
  53.  
  54. Let me know what you think.  Send me your suggestions and the like and I'll
  55. try to add them in if possible.  Oh, BTW, send this out far and wide.  I'm
  56. not real connected with the outside world so sending this program through
  57. any of the file echoes is really hard for me.
  58.  
  59. I can be contacted at the following:
  60.  
  61. Guy Smith
  62. 1093 Manigan Ave.
  63. Oviedo, FL 32765
  64. Voice:  407-366-6426
  65. Internet:  GUSMITH@delphi.com
  66.  
  67. Or on my BBS at:
  68.  
  69. Gus's BS BBS
  70. Oviedo, FL (Orlando)
  71. 407-366-6274
  72. AmigaNet: 40:716/21.0
  73. FidoNet: 1:363/274.0 (DON'T use this until at least the .210 nodelist
  74.                       because my number is incorrect.  Make sure the
  75.                       listed number is 366-6274 and NOT 366-6426 before
  76.                       calling.)
  77.  
  78. Other things by me:
  79.  
  80. ConDir - A directory utility like program for DLG allowing users to mark
  81.          files for later downloads.  Great for CD ROM drives.  RIP support
  82.          now available for testing.
  83.  
  84. Base36 - A converter for RIP MegaNums (base36 numbers).
  85.  
  86. RIPType - An experimental "type" replacement that employes RIP.
  87.